home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / DesignerV1_53.lha / Designer / Developer / Developer.lha / ReadMe < prev    next >
Text File  |  1994-10-10  |  1KB  |  37 lines

  1.                         The Designer V1.50
  2.  
  3.                        (C) Ian OConnor 1994
  4.  
  5.  In this directory are a collection of files that should enable you
  6. to develop your own producers or load Designer files into your own
  7. programs.
  8.  Various c files which have been tested with DICE are include.
  9.  Note that example.c does not open any libraries but requires DICE
  10. to do it automatically.
  11.  You should be able to put together what you need from this stuff,
  12. the documentation is not exhaustive but it should do the job.
  13.  
  14. File List :
  15.               ReadMe                : This file
  16.               HSPascal
  17.                 Producer.pas        : HSPascal unit for library.
  18.               Docs
  19.                 Developer.Guide     : Rough guide to structures.
  20.                 Producer.Guide      : Guide on library functions.
  21.               fd
  22.                 producer_lib.fd     : Library definition.
  23.               C
  24.                 example
  25.                   example.c         : Quick example of how a producer
  26.                                        would work.
  27.                 clib
  28.                   producer_protos.h : Function Prototypes.
  29.                 include
  30.                   producer.h        : Structure definitions.
  31.                 DICE
  32.                   auto.a            : File to allow automatic
  33.                                        library opening.
  34.  
  35. V1.50
  36.   -First release of developer files.
  37.